﻿@charset "utf-8";
/*样式初始化及公共样式部分lpm*/
body{color:#666; font-size:13px; margin:0 auto; min-width:1200px; background-color:#fff;font-family: "Arial", "Microsoft YaHei", "黑体", "宋体", sans-serif;}
.box{width:1200px; height:auto; margin:0 auto;} 
.cp a:hover img{ border:1px solid #fe0000; padding:2px; background:#fff;}
.cp img{border:1px solid #C1C1C1; padding:2px;  background:#fff;}
a{color:#666;text-decoration:none;}   
a:hover{text-decoration:none;}
div,ul,li,span,p,img,h1,h2,h3,h4,h5,h6,dl,dt,dd,i{margin:0px; padding:0px;}
ol, ul, li {list-style: none;}
i,em{font-style: normal;}
h1, h2, h3, h4, h5, h6 {font-weight: normal;}
img {border: none;vertical-align: middle;}
table {border-collapse: collapse;}
html {overflow-y: scroll;}
.clear{clear: both; height:0px; overflow:hidden;}
.fl{float:left;} 
.fr{float:right;} 
.en{font-family:Arial, Helvetica, sans-serif; text-transform:uppercase; font-weight:normal;}
.clearfix:before,.clearfix:after {content: " ";display: inline-block;height: 0;clear: both;visibility: hidden;}
.clearfix {*zoom: 1;}
.boxsize{-webkit-box-sizing: border-box; box-sizing: border-box;}/*百分比布局*/


#copy{ display:none;}/*隐藏后台自带版权DIVlpm*/
.top10{margin-top:10px;}
.top15{margin-top:15px;}
.top20{margin-top:20px;}
.top30{margin-top:30px;}
.top40{margin-top:40px;}
.top50{margin-top:50px;}
.top80{padding-top:80px;}

@-webkit-keyframes shake{
  from,to{-webkit-transform:translate3d(0, 0, 0);}
  20%,60%{-webkit-transform:translate3d(-10px, 0, 0);}
  40%,80%{-webkit-transform:translate3d(10px, 0, 0);}
}

@keyframes shake {
  from,to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}
  20%,60%{-webkit-transform:translate3d(-10px, 0, 0);transform:translate3d(-10px, 0, 0);}
  40%,80%{-webkit-transform:translate3d(10px, 0, 0);transform:translate3d(10px, 0, 0);}
}


/*顶部*/

    #top_bg{width: 100%;height: auto;background:#f1f1f1;}

    .h_top{ height:35px; line-height:36px; color:#585858; font-size:13px; overflow:hidden;}
    .h_top i{ display:inline-block; float:right;}
    .h_top i a{ display:inline-block; padding:0 10px; color:#585858;line-height:35px; background:url(../images/20181207093225_841092523.png) no-repeat right 0;}
    .h_top i a:hover{color: #fe0000;}
    .h_top i img{ padding-right:10px;vertical-align: middle;}
    .h_top i a.cur{ font-weight:bold; color:#fe0000; padding-left:21px; font-size:18px; }
    .h_top i em{background:url() no-repeat left 0; display:inline-block;line-height:38px;} 
    .h_con{ height:143px; overflow:hidden;}
    .h_con h1{ float:left;width:340px; padding-top:30px;-webkit-animation-duration: 1.5s;animation-duration: 1.5s;-webkit-animation-name: fadeInLeft;animation-name: fadeInLeft;}
    .h_con p{ float:left; width:470px;font-size:22px; -webkit-animation-duration: 1.5s; animation-duration: 1.5s;-webkit-animation-name: fadeInLeft;animation-name: fadeInLeft; padding:43px 0 0 5px;}
    .h_con p strong{ color:#333;font-weight:bold; display:block; font-size:24px; padding-bottom:3px;}

    .h_con p span{ display:block; color:#5d6670; font-size:13px; padding-top:3px;}
    .h_top > i > a > span{line-height: 35px;}

 /*抬头*/
    #head_bg{width: 100%;height: auto;background:#fff;}
    .head{width:1200px;margin: 0 auto;height:150px; margin-bottom: 9px; margin-top: 9px;}
    .head_t{margin-top:30px;margin-bottom:22px;}
    .head_w{padding-top:37px;    margin-left: 15px;}
    .head_w span{font-size: 26px; color: #1e3988;font-weight: bold; width: 111px;height: 50px;float: left;text-align: right;line-height: 75px;}
    .head_w p{    color: #fe0000;font-size: 22px;width: 110px;height: 50px;float: left;margin-left: 9px; margin-top: 10px;line-height: 27px;font-family: "黑体";}
    .head_p{padding-top:5px;background: url(../images/20190124093412_1477156608.png) no-repeat left center;margin-top:38px;}
    .head_p p{padding-left:60px;font-size: 16px;color:#333;margin-bottom: 5px;}
    .head_p span{padding-left: 60px;font-size:27px;font-weight: bold;color:#1e3988;margin-right:9px;}
    .head_r{width: 278px;height: 108px;float: left;font-size: 26px;margin-top: 40px;margin-left: -72px;}
    .head_r img{float: left;}
    .head_r p{float:left;width: 175px;margin-left: 24px;color:#1e3988;}
    .head_al{float:left;width: 200px;height: 65px;margin-top: 65px;margin-left: -5px;}


    /*导航*/

    .nav_bg {
        width: 100%;
        height: 63px;
        margin: 0 auto;
        background: #1e3988;
    }

    #nav {
        width: 1200px;
        height: 60px;
        margin: 0 auto;
        line-height: 60px;
    }

    #nav li {
        width: 150px;
        height: 60px;
        float: left;
        text-align: center;
        font-family: "Microsoft YaHei";
        background: url(../images/20181207164906_858412487.png) no-repeat left center;
    }

    #nav li a {
        font-size: 16px;
        color: #fff;
        display: block;
        width: 150px;
        text-decoration: none;
        height: 60px;
        text-align: center;
        margin-left: 1px;
    }

    #nav li a:hover {
        color: #fff;
        display: block;
        height: 63px;
        width: 150px;
        font-size: 16px;
        background:  #fe0000;
    }
    #nav .a_nav{
        color: #fff;
        display: block;
        height: 60px;
        width: 150px;
        font-size: 14px;
        background:  #fe0000;
    }

    #nav .a_nav a {
        color: #fff;
       background:  #fe0000;
        height: 63px;
    }

    #webdh {
        display: none;
    }

    .strong_title {
        display: none;
    }


   .nav_bg:after{display:block;width:100%;height:3px;background-color: rgba(0,0,0,0.2); position: relative;
  top: 0px;content:"";}



/*幻灯片*/
.banner_box,.banner_box .bd li{height:600px;}
.banner_box .banner-btn a.prev,.banner_box .banner-btn a.next{top:220px;background-image:url(../images/20181015101602_1775647219.png);}
.banner_box .hd ul li.on{background:#fe0000;}
.banner_box{min-width:1200px;position:relative;overflow:hidden;}
.banner_box .bd{ width:100% !important;}
.banner_box .bd li{width:100%;background-position: center;background-repeat: no-repeat;}
.banner_box .bd li a{display:block;background-size:auto;width:100% !important; height:100% !important;}
.banner-btn a{display:block;width:49px;height:104px;position:absolute;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;-webkit-transition: 0.3s all ease-in-out;transition:0.3s all ease-in-out}
.banner-btn a.prev{left:-54px;background-repeat:no-repeat;background-position:0 0;} 
.banner-btn a.next{right:-54px;background-repeat:no-repeat;background-position:-49px 0;}
.banner_box:hover .banner-btn a.prev{ left:54px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner_box:hover .banner-btn a.next{ right: 54px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner_box .banner-btn a.prev:hover,.banner_box:hover .banner-btn a.next:hover{filter:alpha(opacity=80); -moz-opacity:.8; -khtml-opacity:.8; opacity:.8;}
.banner_box .hd {position:absolute;bottom:20px;width: 100%;display: block;}
.banner_box .hd ul{ text-align: center}
.banner_box .hd ul li{ width:20px; height:20px; border-radius :20px; text-indent:-9999px; background:#ccc; cursor:pointer; display:inline-block; margin:0 5px; -webkit-transition: 0.3s all ease-in-out; transition:0.3s all ease-in-out}
.banner_box .hd ul li.on{ width: 32px; }



.banner_n,.banner_n .bd li{height:350px;}
.banner_n .banner-btn a.prev,.banner_n .banner-btn a.next{top:110px;background-image:url(../images/20181015101602_1775647219.png);}
.banner_n .hd ul li.on{background:#fe0000;}
.banner_n{min-width:1200px;position:relative;overflow:hidden;}
.banner_n .bd{ width:100% !important;}
.banner_n .bd li{width:100%;background-position: center;background-repeat: no-repeat;}
.banner_n .bd li a{display:block;background-size:auto;width:100% !important; height:100% !important;}
.banner-btn a{display:block;width:49px;height:104px;position:absolute;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;-webkit-transition: 0.3s all ease-in-out;transition:0.3s all ease-in-out}
.banner_n .banner-btn a.prev{left:-54px;background-repeat:no-repeat;background-position:0 0;} 
.banner_n .banner-btn a.next{right:-54px;background-repeat:no-repeat;background-position:-49px 0;}
.banner_n:hover .banner-btn a.prev{ left:54px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner_n:hover .banner-btn a.next{ right:54px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner_n .banner-btn a.prev:hover,.banner_n:hover .banner-btn a.next:hover{filter:alpha(opacity=80); -moz-opacity:.8; -khtml-opacity:.8; opacity:.8;}
.banner_n .hd {position:absolute;bottom:20px;width: 100%;display: block;}
.banner_n .hd ul{ text-align: center}
.banner_n .hd ul li{ width:20px; height:20px; border-radius :20px; text-indent:-9999px; background:#ccc; cursor:pointer; display:inline-block; margin:0 5px; -webkit-transition: 0.3s all ease-in-out; transition:0.3s all ease-in-out}
.banner_n .hd ul li.on{ width: 32px; }










/*搜索*/
#search_bg{width: 100%;height: auto;background:#fff;}
.search_l{width: 277px;position: relative;}
.search_r:after,.search_m:after{content: "";position: absolute;width: 1px;height: 110px;background: #d3d3d3;right: 0px;bottom: 0px;}
.search_l i{width: 26px;height: 2px;display: block;background:#1e3988;margin-top: 40px;}
.search_l h3{font-size: 24px;line-height: 24px;color: #333;margin-top: 24px;font-weight: normal;}
.search_l h3 span{font-weight: bold;}
.search_l p{ float: left; width:56px; text-align: center; font-size: 12px; color: #aaaaaa; line-height: 15px; margin-right: 36px;margin-top: 34px;}
.search_l p img{display: block;width:30px; height:30px;border-radius: 100%;background:url(../images/20181015105957_1175588907.gif) no-repeat; margin: 0 auto 6px;}
.search_l p:hover img{background:#1e3988;}
.search_l p:hover a{color:#1e3988;}
.search_m{width: 335px;position: relative;margin-left: 99px;}
.search_m i{width: 26px;height: 2px;display: block;background:#1e3988;margin-top: 40px;}
.search_m h3{ display: block; font-size: 24px; line-height: 30px; color:#d2d2d2; text-transform: uppercase; padding-bottom: 5px;margin-top: 20px;}
.search_m p{font-size: 14px;color:#333333; line-height: 24px;}
.search_m span{display: block; padding-left:43px ;background:url(../images/20181015110232_201731461.png) no-repeat 0 center; margin-top:0px; font-size: 25px; color:#333333; font-family: Arial;}
.search_r{width: 410px;position: relative;}
.search_r i{width: 26px;height: 2px;display: block;background:#1e3988;margin-top: 40px;}
.search_r h3{ display: block; font-size: 24px; line-height: 30px; color:#d2d2d2; text-transform: uppercase; padding-bottom: 5px;margin-top: 20px;}
.search_r p,.search_r p a{font-size: 13px;color:#999; line-height: 24px;}

.search-d {margin-top: 18px;}

.search-bgp {width: 266px;height: 38px;font-size: 14px;line-height: 36px;padding-left: 15px;color: #5a5a5a;background: none;outline: none;border: 1px solid #e4e4e4;border-right: none;padding-top: 0px!important;padding-bottom: 0px!important;
    }
.search-ip {width: 60px;height: 40px;background: url(../images/20181015110315_1812858573.png) no-repeat center;border: none;cursor: pointer;}
.search-bg {float: left;overflow: hidden;}
.search-i {float: left;overflow: hidden;}





/*产品*/
#prod_bg{width: 100%;height: auto;background:#f6f6f6;overflow: hidden;margin-top: 50px;}
.prod_t{width: 600px;margin: 0 auto;background: url(../images/20181015112113_1742491417.png) no-repeat center top;margin-top: 70px;}
.prod_t p{font-size: 40px;line-height: 30px;color: #333;padding-top: 18px;text-align: center;font-weight: bold;}
.prod_t span{display: block;font-size: 20px;line-height: 14px;color: #555;text-align: center;padding-top: 34px;}

.prod_l{width: 240px;margin-top:40px;margin-bottom:50px;}
.prod_lt{height: 98px;background:#1e3988; }
.prod_lt p{height: 75px;background:#1e3988; font-size: 24px;line-height: 75px;text-align: center;color: #fff;border-bottom: 1px solid #fff;}
.prod_lb{height: 112px;background: #1e3988;}
.prod_lbt{height: 80px;padding-top: 30px;padding-left: 16px;background: url(../images/20181016085459_1036256580.png) no-repeat 162px 16px;}
.prod_lbt span{    display: block;font-size: 18px;line-height: 18px;color: #fff;}
.prod_lbt em{font-size: 20px;font-weight: bold;color: #fff;line-height: 28px;}


.sidenav-menu li>a{display:block;width:202px;height:50px;margin-bottom:2px; font-size: 18px;font-weight: normal; padding-left: 38px; color: #666;line-height: 50px;background: url(../images/20181012112828_739318575.png) no-repeat right center #ececeb;}

.sidenav-menu li>a:hover,.sidenav-menu li.on>a{background: url(../images/20181012114439_897516381.png) no-repeat right center #1e3988;color:#fff;}
.sidenav-dropdown{margin-top:2px;margin-botttom:4px;}

.sidenav-dropdown td a{display:block;width:192px;height:50px;margin-bottom:2px; font-size: 15px;font-weight: normal; padding-left: 48px; color: #666;line-height: 50px;background:#ececeb;position:relative;}
.sidenav-dropdown td a:after{    content: ""; width: 8px;height: 8px; border: 2px solid #b8b8b8;  border-style: solid solid none none;position: absolute;
  top: 50%; right: 32px; margin-top: -4px; -webkit-transform: rotate(45deg);transform: rotate(45deg);}

.sidenav-dropdown td a:hover{background:#fe0000;color:#fff;}
.sidenav-dropdown td a:hover:after{ border-color:#fff;}
.prod_r{width:940px; float:right;}
#hot_t{height:60px;}
#hot_t .h1{float:left; font-size:25px;}
#hot_t .h1 .font{color: #1e3988; font-size:25px;}
#hot_t .h1 .font1{font-size:14px; color:#222; text-transform:uppercase; font-weight:normal;}

#hot_t .h2{float:right; width:80px; font-size:16px; text-transform:uppercase; line-height:30px; margin-top:10px; background: #1e3988; color:#fff;}
#hot_t .h2 a{display:block; line-height:30px; text-align:center; font-size:16px; color:#fff;}
#hot_t .h2 a:hover{background:#fe0000; font-size:16px; }

#hot_c{width:940px; background:#d4cac1; height:1px;}

#hot_bb{border:1px solid #ddd; padding:30px 20px; background:#fff; margin-top:20px;}
.hot_product{width:898px; height:auto; margin:0 auto; height:auto; overflow:hidden;}
.hot_product_l{width:40px; float:left; padding-top:150px;}
.hot_product_c{width:816px; float:left;}
.hot_product_c li{float:left; width:816px;}
.hot_product_c .h1{width:500px; float:left; border:1px solid #d4cac1;}
.hot_product_c .h2{width:290px; float:right; line-height:48px; border-bottom:1px dotted #bbb; color:#666; font-size:14px;}
.hot_product_c .h2 .font1{font-size:16px; color:#222;}
.hot_product_c .h2 .font2{font-size:16px; color: #1e3988;}
.hot_product_c .h2 a{font-size:16px; color:#666;}
.hot_product_c .h2 a:hover{font-size:16px; color: #1e3988;}







.prod_r{margin-top: 40px;margin-bottom: 80px;}
.prod_rt ul > li{width: 930px;display: block;}
.prod_rt{height: 364px; position: relative;}
.prod_rt .next{position: absolute;left: 10px;top:154px;background: url(../images/20181016092941_758357366.png) no-repeat center;width: 26px;height: 57px;    z-index: 2;cursor: pointer;}
.prod_rt .prev{position: absolute;right: 10px;top:154px;background: url(../images/20181016092941_1188128721.png) no-repeat center;width: 26px;height: 57px;cursor: pointer;}
.prod_rtl{margin: 30px 0 0 54px;background: url(../images/20181016093432_1198406472.jpg) no-repeat center;width: 391px;height: 320px;}
.prod_rtl img{width: 371px;height: 273px;padding: 10px;}
.prod_rtr{padding-top: 40px;padding-right:54px;width: 396px;}
.prod_rtr h3{font-size: 24px;line-height: 24px;color: #333;display: block;font-weight: bold;border-bottom: 1px dashed #ccc;padding-bottom: 18px;margin-bottom: 28px;}
.prod_rtr h3 span{font-size: 16px;line-height: 16px;color: #9e9e9e;font-weight: normal;text-transform: uppercase;    padding-left: 5px;}
.prod_rtd{background: url(../images/20181016095427_704496537.png) no-repeat left center;height: 138px;}
.prod_rtd p{font-size: 14px;line-height: 26px;color: #555;padding-bottom: 8px;padding-left: 90px;    padding-top: 10px;}
.prod_rtr a{display: block; background:#fe0000;width: 120px;height: 40px; color: #fff;line-height: 40px;font-size: 16px;text-align: center;margin-top: 32px;margin-right: 15px;float: left;border-radius: 5px;}
.prod_rtr a.on{background: #1e3988;}


.prod_rd{}
.prod_rd > table > tbody > tr > td > br{display:none;}
.prod_rd > table > tbody > tr > td{display:block;padding-left:0px!important;float:left;width:310px;position:relative; margin-bottom:10px;}
.prod_rd > table > tbody > tr > td>a{display:block;width: 300px;height: 225px;margin: 0 auto;position: relative;overflow: hidden;}
.prod_rd > table > tbody > tr > td>a img {-webkit-transition:all ease 0.4s;transition:all ease 0.4s;}
.prod_rd > table > tbody > tr > td:hover >a img{-webkit-transform: scale(1.1);transform: scale(1.1)}

.prod_rd > table > tbody > tr > td span{display:block;width:300px;height:50px;position: absolute;bottom: 0px;left: 5px;background: rgba(0,0,0,0.4);}
.prod_rd > table > tbody > tr > td span a{text-align: center;line-height: 50px;color: #fff;font-size: 16px;}
.prod_rd > table > tbody > tr > td:hover span{background: rgba(30,57,136,0.8);}















/*产品应用
#appl_bg{width: 100%;height: 560px;background:url(../images/20181015192258_584759772.jpg) no-repeat center bottom;padidng-bottom:70px;}
.appl_t{width: 600px;margin: 0 auto;background: url(../images/20181015111522_276622607.png) no-repeat center top;margin-top: 70px;}
.appl_t p{font-size: 30px;line-height: 30px;color: #333;padding-top: 18px;text-align: center;font-weight: bold;}
.appl_t span{display: block;font-size: 14px;line-height: 14px;color: #555;text-align: center;padding-top: 34px;}

.appl_l{width: 360px;margin-top: 30px;}
.appl_l dl{width: 360px; border-bottom:#e5e5e5 1px solid; padding:30px 0 0;height: 135px;}
.appl_l dl dt{width: 60px;float: left; padding:25px 0 0;}
.appl_l dl dt img{width: 44px;height: 54px;}
.appl_l dl dd{width: 300px;float: left;}
.appl_l dl dd h5{font-size: 20px;color:#1e3988;height: 45px;line-height: 45px;overflow: hidden;}
.appl_l dl dd h5 i{color:#fe0000;}
.appl_l dl dd p{font-size: 14px;color: #666;line-height: 24px;}
.appl_l .nobor{ border-bottom:none;}

*/

/*广告条*/
#banner1_bg{width: 100%;height: 220px;background:url(../images/20181015143240_161154755.jpg) no-repeat center;}
.banner1_l{font-size: 30px;line-height: 30px;color: #fff;padding-top: 96px;}
.banner1_r{width: 206px;}
.banner1_r p{font-size: 16px;line-height: 16px;color: #fff;padding-top: 62px;text-align: center;}
.banner1_r span{display: block;font-size:26px;line-height: 26px;padding-top:12px;text-align: center;color: #fff;}
.banner1_r a{font-size: 14px;background: url(../images/20181015143240_2056997114.png)no-repeat center;width: 120px;height: 40px;line-height: 40px;color: #fff;display: block;padding-left: 20px;margin:  0 auto;margin-top: 22px;}
.banner1_r a:hover{animation: shake .5s linear;
    -webkit-animation: shake .5s linear;}



/*案例*/
#case_bg{width: 100%;height: auto;background:#fff;}
.case_t{width: 600px;margin: 0 auto;background: url(../images/20181015144103_294174244.png) no-repeat center top;margin-top: 70px;}
.case_t p{font-size: 40px;line-height: 30px;color: #333;padding-top: 18px;text-align: center;font-weight: bold;}
.case_t span{display: block;font-size: 20px;line-height: 14px;color: #555;text-align: center;padding-top: 34px;}

.case_w{margin-top: 60px;}
.case_w ul li {display: block;float: left;width: 155px;height: 44px;border: 1px solid #ccc;border-right: none;}
.case_w ul li a{display: block; font-size: 16px;line-height: 44px;color: #555;text-align: center;text-transform: uppercase;}
.case_w ul li a.on{background: #fe0000;color: #fff; }

#case_m{margin-top:30px;}

#case_m  table tbody tr,#case_m table  tbody  tr  td{display:block;}
#case_m table  tbody  tr  td{width:400px;float:left;padding-left:0px!important;}





.intr_bg{width: 100%;height: auto;background:#f6f6f6;    overflow: hidden;}
.intr{ width:1200px; margin:0 auto; height:545px; background:url(../images/20181114150231_1808800938.png) center top no-repeat;}
.intr_t{width: 600px;margin: 0 auto;background: url(../images/20181110102003_941998806.png) no-repeat center top;margin-top: 70px;}
.intr_t p{font-size: 38px;line-height: 30px;color: #333;padding-top: 18px;text-align: center;font-weight: bold;}
.intr_t span{display: block;font-size: 20px;line-height: 14px;color: #555;text-align: center;padding-top: 34px;}



.intr li{display:block; float:left; margin-top:40px; width:389px; height:134px; font-size:16px; font-weight:bold; color:#333333;}
.intr li h5{display:block; margin-top:20px; line-height:40px; height:40px; font-size:24px;font-weight:bold;}
.intr li p{display:block; padding-top:5px; line-height:24px; color:#555555; font-size:16px; font-weight:normal;}
.intr li.li1,.intr li.li3{padding-left:160px; width:329px;}
.intr li.li2,.intr li.li4{float:right; padding-left:30px; width:439px;}
.intr .li1{background:url(../images/20181110102242_1961793773.jpg) no-repeat left top;}
.intr .li2{background:url(../images/20181110102243_291546791.jpg) no-repeat left top;}
.intr .li3{background:url(../images/20181110102243_838196036.jpg) no-repeat left top;}
.intr .li4{background:url(../images/20181110102243_936926479.jpg) no-repeat left top;}












/*广告条*/
#banner2_bg{width: 100%;height: 200px;background:url(../images/20181110105601_1461425676.jpg) center no-repeat;overflow: hidden;}


.banner2_t{width: 800px;margin: 0 auto;background: url(../images/20181110105601_1287107341.png) no-repeat center top;margin-top: 50px;}
.banner2_t p{font-size: 40px;line-height: 30px;color: #fff;padding-top: 18px;text-align: center;font-weight: bold;}
.banner2_t span{display: block;font-size: 20px;line-height: 14px;color: #fff;text-align: center;padding-top: 34px;}










/*产品应用*/
#appl_bg{width: 100%;height: 700px;background:url(../images/20181115103906_1741034052.jpg) no-repeat center bottom;overflow: hidden;padding-bottom:70px;}

.appl_t{width: 600px;margin: 0 auto;background: url(../images/20181015111522_276622607.png) no-repeat center top;margin-top: 70px;}
.appl_t p{font-size: 38px;line-height: 30px;color: #333;padding-top: 18px;text-align: center;font-weight: bold;}
.appl_t span{display: block;font-size: 20px;line-height: 14px;color: #555;text-align: center;padding-top: 34px;}
.appl_d{margin-left: 680px;margin-bottom: 24px;width: 520px;height: 84px;}
.appl_d i{display: block;float: left;-webkit-transition:all 1s ease;transition:all 1s ease;}
.appl_d i:hover{-webkit-transform: rotateY(180deg);transform: rotateY(180deg);}
.appl_d p{font-size: 26px;line-height: 16px;color:#fe0000;font-weight: bold;margin-top: 8px;margin-bottom: 18px;float: left;margin-left: 20px;margin-top:14px;}
.appl_d span{display: block; font-size: 16px;line-height: 22px;color: #666;width: 406px;float: left;margin-left: 20px;}
.appl_d1{margin-top: 110px;}












/*优势*/
#adv_bg{ width:100%;}
#advbj_1{ width:100%; height:298px; background:url(../images/20190121134709_1450058176.jpg) center no-repeat;}
.ysywz_fl{ float:left; width:410px;padding-left:140px; padding-top:70px;}
.jyys_wz{ font-size:32px; font-weight:bold; color:#fe0000; height:70px;}
.jyys_wz font{font-size:22px; color:#222;font-weight:normal; padding-left:10px;}
.yhdwzjs{ font-size:14px; color:#888; line-height:30px; padding-left:25px;}

#advhi_2{ width:1200px; margin:0 auto; height:310px; padding-top:28px;}
.ysetu_fl{ float:left; width:511px; height:290px;}
.yseyb_fr{ float:right; width:500px; height:269px; background:url(../images/20181110111928_588470064.jpg) center no-repeat; margin-top:30px; padding-left:140px;}
.lsdzwz{font-size:32px; font-weight:bold; color:#fe0000; height:90px;}
.lsdzwz font{font-size:22px; color:#222;font-weight:normal; padding-left:10px;}

#advhi_3{ width:100%; height:298px; background:url(../images/20181110111928_1985032743.jpg) center no-repeat;}
.yssdw_fl{ float:left; width:456px;padding-left:140px; padding-top:60px;}
.jxpz_wz{ font-size:32px; font-weight:bold; color:#fe0000; height:80px;}
.jxpz_wz font{font-size:22px; color:#222;font-weight:normal; padding-left:10px;}
.shipin_fr{ float:right; width:550px; padding-top:34px;}
.dygsp1{ width:260px; float:left; margin-right:20px;}
.dygsp1_wz{ font-size:14px; text-align:center; margin-top:15px; }
.dygsp2{ width:260px;float:left;margin-right:10px}

#advhi_4{ width:1200px; margin:0 auto; height:337px;}
.ysdtp_fl{ float:left; width:560px; height:337px;}
.yssyb_fr{ float:right; width:500px; height:262px; background:url(../images/20181110111928_1276965257.jpg) center no-repeat; margin-top:60px; padding-left:140px;}















/*新闻*/
#news_bg{width: 100%;height: auto;background:#fff;margin-bottom:80px;}
.news_t{width: 600px;margin: 0 auto;background: url(../images/20181015161540_871315251.png) no-repeat center top;margin-top: 70px;}
.news_t p{font-size: 40px;line-height: 30px;color: #333;padding-top: 18px;text-align: center;font-weight: bold;}
.news_t span{display: block;font-size: 20px;line-height: 14px;color: #555;text-align: center;padding-top: 34px;}



.news_d{margin-top: 60px;}
.news h4{height: 80px;background: #f2f2f2;font-weight:normal;}
.news h4 b{float: left;width:160px;height: 62px;background:  #1e3988;padding:18px 0 0 30px;font-size: 20px;}
.news h4 b a{color: #fff;font-size:20px;}
.news h4 b i{display: block;font-size: 12px;font-weight:normal;font-family: "Arial";padding-top: 5px;    text-transform: uppercase;}
.news h4>a{float: right;width: 102px;height:45px;line-height: 45px;text-align: center;font-size: 12px;color: #fff;background: #bbb;-webkit-transition: all 0.4s ease;transition: all 0.4s ease;}
.news h4>a:hover{background: #fe0000;}
.new_l{float: left;width: 585px;}

.new_r{float: right;width: 586px;}

.wd{margin-top:70px;height: 200px;}
.wd h5{float: left;width: 150px;height:158px;font-size: 18px;padding:42px 0 0 24px;background:url(../images/20181015161630_1047823922.png) no-repeat 27px 132px  #1e3988;}
.wd h5 a{color:#fff;font-size:18px;}
.wd h5 i{display: block;padding-top: 6px;}
.news_div{width:585px;height:279px;    overflow: hidden;}
.news_div_item{width:585px;height:55px;border-bottom:1px solid #d3d3d3;-webkit-transition: all 0.2s ease;transition: all 0.2s ease;}
.news_div_item .news_div_item_date{float:left;width: 110px;padding-left: 45px; position: relative;}
.news_div_item .news_div_item_year{display:none; font-size: 12px;-webkit-transition: all 0.5s ease;transition: all 0.5s ease;}
.news_div_item .news_div_item_month{float:left;font-size: 16px;color: #484848;line-height:55px;-webkit-transition: all 0.2s ease;transition: all 0.2s ease;}
.news_div_item .news_div_item_day{float:left;font-size: 16px;color: #484848;line-height:55px;-webkit-transition: all 0.2s ease;transition: all 0.2s ease;}

.news_div_item .news_div_item_content{float:right;width:426px;-webkit-transition: all 0.5s ease;transition: all 0.5s ease;}
.news_div_item .news_div_item_a{font-size: 14px;color: #666;line-height:55px;display:block; -webkit-transition: all 0.5s ease;transition: all 0.5s ease;}
.news_div_item .news_div_item_body{display:none;-webkit-transition: all 0.5s ease;transition: all 0.5s ease;}

.news_div_item.on{height:110px;}
.news_div_item.on .news_div_item_year{display:block;position: absolute;top: 54px;left: 56px; font-size: 18px; color: #484848;line-height: 18px;}
.news_div_item.on .news_div_item_month{font-size: 26px;}
.news_div_item.on .news_div_item_day{font-size: 26px;}
.news_div_item.on .news_div_item_a{font-weight: bold;line-height: 26px;    padding-top: 12px;}
.news_div_item.on .news_div_item_body{display:block;    float: left;width: 395px;font-size: 14px; color: #333;line-height: 24px;padding-top: 5px;}


.new_r  .divdgweb_new_div{width:586px;height:280px;position: relative;}
.new_r  .news_div_item_pic{position: absolute;top: 0px;left: 0px;width:340px;height:170px;}
.new_r  .news_div_item_pic img{width:340px;height:170px;}
.new_r  .divdgweb_new_div_item_date{position: absolute;top: 0px;right: 0px;width:246px;height:169px;border-bottom:1px solid #d3d3d3;border-right:1px solid #d3d3d3;}
.new_r .divdgweb_new_div_item_month,.divdgweb_new_div_item_day{ display: block; line-height: 60px;font-size: 48px; padding-top: 34px;border-bottom: 1px solid #e4e4e4;margin: 0 auto 8px;width: 74px;float:left;}
.new_r  .divdgweb_new_div_item_year{display:block;position: absolute;top: 112px;left: 96px; font-size: 18px; color: #484848;line-height: 18px;}
.new_r  .divdgweb_new_div_item_month{margin-left:50px;}
.new_r  .divdgweb_new_div_item_content{padding-top:200px;}
.new_r  .divdgweb_new_div_item_a {font-size: 16px;margin-bottom: 12px;line-height: 16px;display:block;font-weight:bold;}
.new_r  .divdgweb_new_div_item_body{font-size: 14px;line-height: 26px;}

.wd .divdgweb_new_div_item{float: left;width: 280px; margin-left: 60px;}
.wd  .divdgweb_new_div_item_title{display: block; height: 50px; line-height: 50px;font-size: 14px;padding-top: 23px; background: url(../images/20181115104542_1730711176.jpg) no-repeat;}
.wd  .divdgweb_new_div_item_title a{color:#333;    font-weight: bold;}
.wd  .divdgweb_new_div_item_body{padding-top: 40px;font-size: 14px; color: #333; line-height: 20px; background: url(../images/20181115104804_2142795915.jpg) no-repeat;}
.news_more a{display:block;font-size: 12px;color: #484848;width: 90px;height: 27px;line-height: 27px; text-align: center;border: 1px solid #d2d2d2;margin-top: 16px;    text-transform: uppercase;border-radius: 5px; }
.news_more a:hover{border: 1px solid #1e3988;color: #fff;background:#1e3988;}

.news_div_item_a:hover,.divdgweb_new_div_item_a:hover{color:#1e3988!important;}







/*简介*/
.ab_bg{ background:#f6f6f6; padding-top:80px;padding-bottom:55px;font-size: 0; overflow:hidden;}
.about dl dt{ width:600px; height:420px; float:left;}
.about dl dt img{ width:600px; height:420px;}
.about dl dd{ width:500px;height: 370px;background: #fff; float:left; padding:50px 50px 0;}
.about dl dd h5{ background:url(../images/20181015162253_1369806711.gif) no-repeat;width: 390px;height: 60px;line-height: 60px;overflow: hidden;}
.about dl dd h5 a{ font-size:35px; color:#333; padding:0 0 0 30px;font-weight: bold;}
.about .ab_desc{ font-size:14px; color:#666; height:130px; line-height:26px; padding:30px 0 0; overflow:hidden;}
.about dl dd span{ display:inline-block;width: 500px; padding:40px 0 0;}
.about dl dd span a{display: block;font-size: 14px;color: #fff; background:url(../images/20181015163804_1126339126.png) no-repeat;width: 120px;height: 40px;text-align: center;line-height: 40px;overflow: hidden; margin:0 10px 0 0;float: left;}
.about dl dd span a:hover{ background:url(../images/20181015163804_569420325.png) no-repeat;}

#roller_left  table > tbody > tr > td > a{line-height:40px;}
#roller_left td table > tbody > tr > td{padding-left:15px!important;}




/*links*/
.links{width:100%; overflow:hidden; background:#1e3988; height:74px;}
.linksW{width:1200px; margin:0 auto; overflow:hidden;}
.links_l{float:left; width:230px; overflow:hidden;}
.links_l_l{float:left; background:#fff; height:70px; width:176px; text-align:right; font-size:20px; line-height:20px; padding-top:4px; padding-right:10px;}
.links_l_l span{font-family:Arial, Helvetica, sans-serif; font-size:50px; font-weight:bold; text-transform:uppercase; color:#e0e0e0; line-height:50px;}
.links_l_r{float:right; width:0; height:0;border-right: 44px solid transparent; border-top: 74px solid #fff;}
.links_r{float:right; width:936px; font-size:14px; color:#fff; overflow:hidden; line-height:24px; margin-top:25px;}
.links_r a{font-size:14px; color:#fff !important;}

/*footer*/
.footer{width:100%; overflow:hidden; padding:30px 0; background:#373d41; color:#929292; font-size:14px;}
.footer a{color:#929292; font-size:14px;}
.footerW{width:1200px; margin:0 auto; padding-top:20px;}
.footer_s{float:left; width:329px;}
.footer_si{padding-left:61px; margin:35px 0; margin-left:3px; overflow:hidden;}
.footer_si01{background:url(../images/20181015170525_1937397327.png) no-repeat left center;}
.footer_si02{background:url(../images/20181015170525_980463162.png) no-repeat left center;}
.footer_si_m{font-size:18px; color:#fff; line-height:30px;}
.footer_si_s{font-size:14px;}
.footer_line{float:left; width:1px; height:200px; background:#767676; margin-right:35px; overflow:hidden;}
.footer_dh{float:left; margin-left:15px; width:130px; overflow:hidden;}
.footer_dh_m{font-size:16px; color:#fff; padding-bottom:15px; line-height:30px;}
.footer_dh_d{width:104px; overflow:hidden;}
.footer_dh_da{font-size:14px; line-height:28px;}
.footer_dh_fl{ height:80px; overflow:hidden;}
.footer_dh_fl td{padding-top:0 !important; height:auto !important;}
.footer_dh_fl b{font-size:0px; line-height:0px; font-weight:normal;}
.footer_dh_fl b a{font-size:14px; line-height:28px;width:104px; overflow:hidden; display:block; white-space: nowrap; text-overflow: ellipsis; }
#showtyepname{display:none;}
.footer_r{float:right; width:220px; overflow:hidden;}
.footer_rl{float:left; width:100px; overflow:hidden;}
.footer_rr{float:right;}
.footer_rl_m{font-size:16px; color:#fff; padding-bottom:15px; line-height:30px;text-align: center;}
.footer_rl_i{width:100px;}
.footer_rl_i img{width:100px;}

.footer a:hover{color:#fe0000; }
/*copy*/
.copy{width:100%; overflow:hidden; text-align:center; line-height:26px; font-size:14px; color:#929292; background:#373d41;}
.copy a{color:#929292; font-size:14px;}
.copy a:hover{color:#fe0000; }
.copyW{width:1200px; margin:0 auto; padding:30px 0; overflow:hidden; border-top:solid 1px #767676;}






.qqkefu{
    position: fixed;
    top:50%;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop + 365));
    z-index: 20;
    /*right:0;*/
    right: 30px;
    width:39px;
}
.qqkefu ul li{
    width: 45px;
    height:45px;
    margin-bottom:1px;
    float:right;
    background:url("../images/20181015170858_145348397.png") no-repeat;
    background-color: #1e3988;
    line-height:45px;
    font-size:14px;
    cursor:pointer;
    position:relative;
}
.qqkefu ul li a{
    color:#fff;
    overflow: hidden;
    display: block;
    height: 45px;
    padding-left: 10px;
}
.qqkefu ul li.qq_cza{
    overflow:hidden
}
.qqkefu ul li:hover{
    background-color:#fe0000;
}
.qqkefu ul li.top{
    background-position: 0 0;
    position:relative;
    width:45px;
    height: 45px;
    cursor:pointer;
}

.qqkefu ul li b{
    width:45px;
    height:45px;
    display:block;
    overflow:hidden;
    float:right;
}
.qqkefu ul li span{
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
}
.qqkefu ul li.qq_phone{
    background-position: right -46px;
}
.qqkefu ul li.qq_ku{
    background-position: right -92px;
}
.qqkefu ul li.qq_ms{
    background-position: right -138px;
}
.qqkefu ul li.qq_czb{
    background-position: right -184px;
}
.qqkefu ul li.qq_app{
    background-position: right -228px;
}
.qqkefu ul li.qq_czae{ line-height:15px !important}

    .erweima{
    width: 130px;
    height: 150px;
    position: absolute;
    top: -107px;
    left: -150px;
    background: #FFF;
    border: 1px solid #CCC;
    float: left;
    cursor: default !important;
    display:none;
    /*overflow: hidden;*/
}
.erweima p{
    line-height: 20px;
    color: #000;
    font-size: 12px;
    text-align: center;
    float: left;
    width: 130px;
}
.erweima p img{
    width: 110px;
    height: 110px;
    margin: 10px 10px 0px 10px;
}
.erweima .arrow3 {
    width: 5px;
    height: 10px;
    display: block;
    /*background:url(../images/czx6.png) no-repeat;*/
    position: absolute;
    right: -5px;
    top: 122px;
}
    .app{
    width: 130px;
    height: 150px;
    position: absolute;
    top: -107px;
    left: -150px;
    background: #FFF;
    border: 1px solid #CCC;
    float: left;
    cursor: default !important;
    display:none;
    /*overflow: hidden;*/
}
.app p{
    line-height: 20px;
    color: #000;
    font-size: 12px;
    text-align: center;
    float: left;
    width: 130px;
}
.app p img{
    width: 110px;
    height: 110px;
    margin: 10px 10px 0px 10px;
}
.app .arrow3 {
    width: 5px;
    height: 10px;
    display: block;
    /*background:url(../images/czx6.png) no-repeat;*/
    position: absolute;
    right: -5px;
    top: 132px;
}